'Declaration
Public Function DrawArc( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Radius As Single, _ ByVal StartAngle As Single, _ ByVal EndAngle As Single, _ ByVal Close As Boolean, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawArc( float Left, float Top, float Radius, float StartAngle, float EndAngle, bool Close, bool Fill, bool Stroke )
public function DrawArc( Left: Single; Top: Single; Radius: Single; StartAngle: Single; EndAngle: Single; Close: Boolean; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
public function DrawArc( Left : float, Top : float, Radius : float, StartAngle : float, EndAngle : float, Close : boolean, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
public: GdPictureStatus DrawArc( float Left, float Top, float Radius, float StartAngle, float EndAngle, bool Close, bool Fill, bool Stroke )
public: GdPictureStatus DrawArc( float Left, float Top, float Radius, float StartAngle, float EndAngle, bool Close, bool Fill, bool Stroke )
Parameters
- Left
- Top
- Radius
- StartAngle
- EndAngle
- Close
- Fill
- Stroke